home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / comm / irc / cybershiela.lha / cs / rejectedsuessbooks.amirx < prev    next >
Text File  |  1999-07-05  |  959b  |  25 lines

  1. /* Quote File Auto Converted to Arexx by Zonkerz */
  2. xx=random(1,18,time('s'))
  3. select
  4. when xx=1 then a="The Cat in the Blender"
  5. when xx=2 then a="Herbert the Pervert Likes Sherbert"
  6. when xx=3 then a="Fox in Detox"
  7. when xx=4 then a="Who Shat in the Hat?"
  8. when xx=5 then a="Horton Hires a Ho"
  9. when xx=6 then a="The Flesh-Eating Lorax"
  10. when xx=7 then a="How the Grinch Stole Columbus Day"
  11. when xx=8 then a="Your Colon Can Moo---Can You?"
  12. when xx=9 then a="Zippy the Rabid Gerbil"
  13. when xx=10 then a="One Bitch, Two Bitch, Dead Bitch, Blue Bitch"
  14. when xx=11 then a="Marvin K. Mooney, Get the F Out!"
  15. when xx=12 then a="Are You My Proctologist?"
  16. when xx=13 then a="Yentl the Lentil"
  17. when xx=14 then a="My Pocket Rocket Needs A Socket"
  18. when xx=15 then a="Aunts in My Pants"
  19. when xx=16 then a="Oh, the Places You'll Scratch and Sniff!"
  20. when xx=17 then a="Horton Fakes an Orgasm"
  21. when xx=18 then a="The Grinch's Ten Inches"
  22. end
  23. 'say 11 Rejected Suess Books:8' A
  24. exit
  25.